@import url(https://fonts.cdnfonts.com/css/afacad);

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
transition: all 0.2s ease-in-out;
} 

body{
max-width: 100%; 
font-family:afacad;
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #1c1c1c;
background-color: #fafafa;
}

.header-design{
    background-color: #fff;
    color: #fff;
}

.header-logo{
    height: 50px;
}

.logo{
    height: 70px;
}

.logo-2{
    height: 50px;
}

.form-control {
border: 1px solid #e0e0e0;
transition: all 0.3s ease;
background-color: #f9fafb;
}

.form-select{
border: 1px solid #e0e0e0;
transition: all 0.3s ease;
background-color: #f9fafb;
}

.form-control:focus {
border-color: #4e73df;
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.15);
background-color: #fff;
}

.form-floating label {
color: #6c757d;
}

.btn{
transition: all 0.3s ease;
}

.btn-1{
    color: #fff;
    background-color: #266ab4;
}

.btn-1:hover{
color: #fff;
transform: translateY(-1px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.color-1{
    color: #266ab4;
}




header { 
height: 70px; 
width: 100vw; 
padding: 0 30px; 
position: fixed; 
z-index: 1; 
display: flex; 
justify-content: space-between; 
align-items: center; 
background-color: #fff;
border-bottom: solid 1px #f1f1f1;
} 





.icn { 
height: 30px; 
} 
.menuicn { 
cursor: pointer; 
transition: 0.4s;
} 


.menuicn:hover{
}

.searchbar, 
.message, 
.logosec { 
display: flex; 
align-items: center; 
justify-content: center; 
} 

.searchbar2 { 
display: none; 
} 

.logosec { 
gap: 130px; 
} 




.message { 
gap: 3px; 
position: relative; 
cursor: pointer; 
} 
.circle { 
height: 7px; 
width: 7px; 
position: absolute; 
background-color: transparent; 
border-radius: 50%; 
left: 19px; 
top: 8px; 
} 
.dp { 
height: 50px; 
width: 50px; 
background-color: transparent; 
border-radius: 50%; 
display: flex; 
align-items: center; 
justify-content: center; 
overflow: hidden; 
border: solid 3px #8bc53f;
} 
.main-container { 
display: flex; 
width: 100vw; 
position: relative; 
top: 70px; 
z-index: 100; 
} 
.dpicn { 
height: 42px; 
} 

.main { 
height: calc(100vh - 70px); 
width: 100%; 
overflow-y: scroll; 
overflow-x: hidden; 
padding: 40px 30px 30px 30px; 
} 

.main::-webkit-scrollbar-thumb { 
background-image: 
linear-gradient(to bottom, rgb(0, 0, 85), rgb(0, 0, 50)); 
} 
.main::-webkit-scrollbar { 
width: 5px; 
} 
.main::-webkit-scrollbar-track { 
background-color: #9e9e9eb2; 
} 

.box-container { 
display: flex; 
justify-content: space-evenly; 
align-items: center; 
flex-wrap: wrap; 
gap: 50px; 
} 
.nav{ 
min-height: 91vh; 
width: 250px; 
position: absolute; 
top: 0px; 
left: 00; 
display: flex; 
flex-direction: column; 
justify-content: space-between; 
overflow: hidden; 
padding: 30px 0 20px 10px; 
} 
.navcontainer { 
height: calc(100vh - 70px); 
width: 300px; 
position: relative; 
overflow-y: scroll; 
overflow-x: hidden; 
transition: all 0.5s ease-in-out; 
border-right: solid 1px #f1f1f1;
background-color: #fff;
z-index: 900;
} 
.navcontainer::-webkit-scrollbar { 
display: none; 
} 
.navclose { 
width: 60px; 
} 
.nav-option { 
width: 100%; 
height: 50px; 
display: flex; 
align-items: center; 
padding: 0 30px 0 20px; 
gap: 5px; 
transition: all 0.4s ease-in-out; 
text-decoration: none;
color: #2c3e50;
background-color: #fff;
} 


.nav-option:hover { 
cursor: pointer; 
color: #15432e;
background-color: #F2FBFF;
} 



.nav-img { 
height: 10px; 
} 

.nav-upper-options { 
display: flex; 
flex-direction: column; 
align-items: center; 
gap: 0px; 
} 

.option1 { 
cursor: pointer; 
border: none;
} 
.option1:hover { 

} 




.box { 
height: 130px; 
width: 230px; 
border-radius: 20px; 
box-shadow: 3px 3px 10px rgba(0, 30, 87, 0.751); 
padding: 20px; 
display: flex; 
align-items: center; 
justify-content: space-around; 
cursor: pointer; 
transition: transform 0.3s ease-in-out; 
} 
.box:hover { 
transform: scale(1.08); 
} 

.box:nth-child(1) { 
background-color: var(--one-use-color); 
} 
.box:nth-child(2) { 
background-color: var(--two-use-color); 
} 
.box:nth-child(3) { 
background-color: var(--one-use-color); 
} 
.box:nth-child(4) { 
background-color: var(--two-use-color); 
} 

.box img { 
height: 50px; 
} 
.box .text { 
color: white; 
} 
.topic { 
font-size: 13px; 
font-weight: 400; 
letter-spacing: 1px; 
} 

.topic-heading { 
font-size: 30px; 
letter-spacing: 3px; 
} 

.report-container { 
min-height: 300px; 
max-width: 1200px; 
margin: 70px auto 0px auto; 
background-color: #ffffff; 
border-radius: 30px; 
box-shadow: 3px 3px 10px rgb(188, 188, 188); 
padding: 0px 20px 20px 20px; 
} 
.report-header { 
height: 80px; 
width: 100%; 
display: flex; 
align-items: center; 
justify-content: space-between; 
padding: 20px 20px 10px 20px; 
border-bottom: 2px solid rgba(0, 20, 151, 0.59); 
} 

.recent-Articles { 
font-size: 30px; 
font-weight: 600; 
color: #5500cb; 
} 

.view { 
height: 35px; 
width: 90px; 
border-radius: 8px; 
background-color: #5500cb; 
color: white; 
font-size: 15px; 
border: none; 
cursor: pointer; 
} 

.report-body { 
max-width: 1160px; 
overflow-x: auto; 
padding: 20px; 
} 
.report-topic-heading, 
.item1 { 
width: 1120px; 
display: flex; 
justify-content: space-between; 
align-items: center; 
} 
.t-op { 
font-size: 18px; 
letter-spacing: 0px; 
} 

.items { 
width: 1120px; 
margin-top: 15px; 
} 

.item1 { 
margin-top: 20px; 
} 
.t-op-nextlvl { 
font-size: 14px; 
letter-spacing: 0px; 
font-weight: 600; 
} 


.active-link{
background-color:  #ffd9ab;
}

/* Responsive CSS Here */
@media screen and (min-width: 950px) {


}


.card{
border: 1px #f1f1f1 solid;
}

.table th, .table td {
    padding: 14px 18px;
}


table td, table th {
white-space: nowrap;
}



.icon-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
}

.bg-primary-subtle{
    background-color: rgba(13, 110, 253, 0.1);
}

.bg-success-subtle{
    background-color: rgba(25, 135, 84, 0.1);
}

.bg-danger-subtle{
    background-color: rgba(220, 53, 69,  0.1);
}

.bg-warning-subtle{
    background-color: rgba(255, 193, 7,  0.1);
}


nav .navbar-nav li a{
color: #1a1a1a !important;
font-weight: bold;
}


nav .navbar-nav li a:hover{
color: #266ab4 !important;
}

.product-card {
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


  .category-card {
  transition: all 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.category-img-wrapper {
  height: 180px;
  overflow: hidden;
}

.category-img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.category-card:hover .category-img {
  transform: scale(1.08);
}


.feature-box {
  transition: all 0.3s ease;
  background-color: #fff;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-box i {
  transition: transform 0.3s ease;
}

.feature-box:hover i {
  transform: scale(1.2);
}


.brand-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.brand-logo {
  height: 60px;        /* All logos same height */
  width: auto;         /* Auto width to maintain aspect ratio */
  object-fit: contain; /* Ensures logos fit inside without stretching */
}



















